--Handlers below are not very elegant, but they work - should be able to put the EnterInField script as part of On ArrowKey handler, under option that goes to next card, but I can't get this to work - does work this way, mapping arrow action to another handler - Chose Enter InField just because it's a handler that won't ever be used for any thing else [in fact, can't be used for most part, because stack is pro tected & user can't get cursor in field]
On ArrowKey which
if which is "up" then EnterInField
else if which is "right" then beep
else if which is "left" then beep
else if which is "down" then beep
End ArrowKey
On EnterInField
global x
lock screen
go next
hide card field "red"
unlock screen
wait x
lock screen
show card field "red"
unlock screen with dissolve
End EnterInField
-- part 3 (field)
-- low flags: 00
-- high flags: 2004
-- rect: left=41 top=274 right=297 bottom=480
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: red
-- part 8 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=142 top=133 right=150 bottom=259
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name:
-- part 9 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=142 top=149 right=166 bottom=259
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 2048
-- line height: 16
-- part name:
-- part 10 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=142 top=165 right=236 bottom=311
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 256
-- line height: 16
-- part name:
-- part contents for card part 3
----- text -----
... and now hit the up arrow key to move the highlight back to Menus...